*
{
	font-family: Roboto, arial;
	color: #EAEAEA;
	font-weight: 300;
}

html
{
    height: 100%;
    overflow-y: scroll;
}

hr
{
	height: 2px;
	background-color: rgba(64,64,64);
}

p
{
	font-family: Roboto, arial;
	font-size: 18px;
	margin-bottom: 24px;
	line-height: 150%;
	font-weight: 300;
}

p:last-child
{
	margin: 0;
}

p b
{
	font-weight: 600;
}

h1
{
	display: inline-block;

	margin: 80px 0px 32px 0px;

	padding: 0px 1px;

	line-height: 125%;
	font-size: 24px;
	font-weight: 400;
	
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 12px rgba(200,200,200,0.25);

	color: rgb(220,220,220);

	padding-bottom: 20px; 
	border-bottom: 2px solid rgb(96,96,96);
}

h1 b
{
	font-weight: 700;
	color: rgb(248,248,248);
	margin-right: 3px;
	text-shadow: 0px 0px 12px rgba(200,200,200,0.25);
}

h2
{
	display: block;

	margin-top: -4px;
	margin-bottom: 32px;

	font-size: 18px;
	font-weight: 700; 

	color: rgb(240,240,240);

	text-transform: uppercase;
	text-shadow: 0px 0px 8px rgba(200,200,200,0.125);
}

h3
{
	margin: -28px 0px 32px 0px;
	display: block;

	font-size: 14px;
	color: rgb(200,200,200);
}

a
{
	text-decoration: underline;
	color: #EAEAEA;
}
  
img
{
	width: 100%;
	max-width: 512px;
	position: relative;
}

ul
{
    margin-bottom: 32px;    
}

li
{
	font-size: 14px;
	-color: #AAAAAA;
	line-height: 200%;
	text-align: left;
}

button
{
	cursor: pointer;
}

input
{
	background: none;
}

input[type=submit]
{
	cursor: pointer;
}



.Hidden
{
	visibility: hidden;
	display: none;
}

.Text
{	
	max-width: 736px;
	text-align: left;
}

.Text a
{	
	font-weight: 700;
}

.rLeftFlex .rLeft
{	
	padding-right: 48px;
}

.rLeftFlex .rRight
{
	padding-right: 0;
	padding-left: 48px;
}

.rSplit .rLeft
{
	padding-right: 32px;
}

.rSplit .rRight
{
	padding-left: 32px;
}


/* Body */

body 
{
	background-color: rgb(48,48,48);
}

form
{
	margin: auto;
}

form h2
{
	margin-bottom: 8px;
}

textarea 
{
	resize: none;
	padding: 8px;
	margin-top: 4px;
	margin-bottom: 32px;
	width: 100%;
	height: 384px;
	color: black;
}

select 
{
    background-color: white;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 2px;
    color: black;
    min-width: 128px;
	margin-bottom: 32px;
    -webkit-appearance: none;
}

option {color: black; font-size: 16px; padding: 4px 8px}

option:hover {background-color: blue; color: white}



.ulm-section
{
	padding: 112px 0 96px 0;
	border-bottom: 2px solid rgba(64,64,64);
}

.ulm-section h1
{
	margin-bottom: 0;
}

.ulm-section:last-of-type
{
	border-bottom: none;
}

.ulm-content-container
{
	margin: 0 auto;
	max-width: 1280px;
	padding: 0 104px 0px 104px;
}

.ulm .ulm-content-container
{
	display: flex;
	flex-direction: column;
	align-items: center;
}

.ulm-content-box
{
	display: block;

	margin: 72px auto 0 auto;
	padding: 24px 40px;
	width: 100%;
	max-width: 576px;
	max-width: 608px;

	text-align: left;
	text-align: center;

	border-radius: 8px;
	background-color: rgb(44,44,44);

	font-size: 18px;
}

.ulm-blur
{	
	filter: blur(7px);
	-webkit-filter: blur(7px);

	filter: blur(2px);
	-webkit-filter: blur(2px);
	transition-duration: 0.25s;
}

.ulm-content-box a
{
	text-decoration: none;
}

.ulm-content-box hr
{
	margin: 48px 0;
	height: 1px;
}

.ulm-content-box br
{
	line-height: 16px;
}

.ulm-subgroup
{
	text-align: left;
	margin: 20px 8px 44px 8px;
}

.ulm-subgroup:last-of-type
{
	margin-bottom: 8px;
}

.ulm
{
	padding-top: 64px;
	text-align: center;
}

.ulm h1
{
	font-weight: 700;
	color: rgb(248,248,248);
	text-shadow: 0px 0px 12px rgba(200,200,200,0.25);
	margin: 0px;
}

.ulm h2
{
	margin-top: 0px;
	margin-bottom: 12px;
}

.ulm h3
{
	margin: 0px;
}

.ulm input
{
	display: block;
	margin: 0;
}

.ulm th
{
	height: 40px;
	font-weight: 700;
}

.ulm tr
{
	border-bottom: 1px solid rgb(76,76,76);
}

.ulm tr:last-child
{
	border-bottom: none;
}

.ulm td
{
	vertical-align: middle;
	padding: 8px 0;
	padding-right: 8px;
}

.ulm td:last-child
{
	padding-right: 0;
}

.ulm tr p
{
	-padding: 0;
	-margin: 0;
}

td.ulm-product-name-col
{
	white-space: normal;
}

.ulm-product-name
{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.ulm-serial
{
	margin: 4px 0;
}

.ulm-serial-action-button
{
	display: block;
	
	-transform: rotate(359.5deg);
	background-color: #444444;
	background-color: #333333;
	-border: 2px solid #444444;
	border-radius: 4px;

	text-transform: uppercase;
	margin: 8px 0px;
	padding: 3px 12px;
	width: 100%;

	font-size: 12px;
	
	font-weight: 400;
	color: #AAAAAA;
	-color: #888888;
	-color: rgb(44,44,44);

	text-decoration: none;
	text-align: center;

	user-select: none;
}

.ulm-deals
{
	margin: -8px auto 56px auto;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.ulm-deal-button
{
	display: block;
	transform: rotate(359.5deg);

	border: 1px solid rgb(76,76,76);

	border-radius: 4px;

	text-transform: uppercase;
	margin: 8px 0px;
	padding: 6px 12px;

	font-size: 12px;
	
	font-weight: 400;
	color: #AAAAAA;

	text-decoration: none;
	text-align: center;

	user-select: none;
}

.ulm-download-button
{
	display: block;
	padding: 0 4px;
	height: 28px;
	width: 28px;

	background: url('images/download.png');
	background-size: contain;

	opacity: 0.5;
	cursor: pointer;

	transition-duration: 0.25s;
}

.ulm-download-button:hover
{
	opacity: 1.0;
	transition-duration: 0.25s;
}

.ulm-foreground
{
	background-color: rgba(48,48,48,0.5);
	opacity: 0.0;
}

.ulm-delete-button
{
	display: block;
	padding: 0 4px;
	height: 28px;
	width: 28px;

	background: url('images/icon-delete.png');
	background-size: contain;

	opacity: 0.5;
	cursor: pointer;

	transition-duration: 0.25s;
}

.ulm-action-button
{
	display: block;

	margin: 8px 0;
	padding: 8px 16px;

	line-height: 100%;
	width: 100%;

	background-color: transparent;

	border: 1px solid #606060;
	border-radius: 4px;
	box-shadow: none;

	font-family: sans serif, arial;
	font: 12pt arial;
	color: #a0a0a0;

	text-align: center;
	text-decoration: none;

	cursor: pointer;
}

.ulm-options-area
{
	margin: 64px auto 0 auto;
	text-align: center;
}

.ulm-options-area a
{
	text-decoration: none;
	display: block;
	width: auto;
}

.ulm-button-group
{
	display: flex;
	flex-direction: column;
	align-items: stretch;
}

.ulm-smallprint
{
	margin: none;
	margin-bottom: 32px;
	text-align: center;
	font-size: 14px;
	color: #AAAAAA;
}

.ulm-smallprint a
{
	display: inline;
	color: #CDCDCD;
	text-decoration: underline;
}

.ulm-content-box form
{
	margin: 0;
	width: 100%;
}

.ulm-content-box .ulm-form-fields
{
	padding: 8px 0;
}

.ulm-content-box label
{
	display: block;
	font-size: 18px;
	font-weight: 700; 
	white-space: nowrap;
	
	margin: 0px 0 16px 0;
	padding: 0;
}

.ulm-content-box input
{
	display: block;

	width: 100%;
	height: 40px;

	margin: 8px 0;

	padding: 0 8px;

	border-width: 1px;
	border-style: solid;
	border-color: rgb(80,80,80);

	color: rgb(144,144,144);

	background-color: transparent;

	font-family: sans serif, arial;
	font: 13pt arial;
	color: #a0a0a0;
}

.ulm-content-box input[type=checkbox]
{
	display: inline-block;

	margin: 0;
	padding: 0px 0px;
	width: 20px;
	height: 20px;

	background-color: transparent;

	border-bottom: 1px solid #606060;

	font-family: sans serif, arial;
	font: 13pt arial;
	color: #a0a0a0;
	text-align: right;
}

.ulm-content-box input:focus
{
	border-color: rgb(96,96,96);
	box-shadow: inset 0 0px 4px rgba(0,0,0,0.25);
}

.ulm-content-box input[type=submit]
{
	border-width: 1px;
	border-radius: 4px;
	box-shadow: none;
}

.ulm-content-box input[type=file]::file-selector-button 
{
	margin: 8px 16px 8px 0px;
	border: 0;
	border-radius: 2px;
	background-color: rgb(96,96,96);
}

.ulm-content-box form div
{
	margin-bottom: 32px;
}

.ulm-content-box form div:last-of-type
{
	margin-bottom: 0px;
}

.ulm-content-box form
{
	text-align: left;
}

.ulm-create-trial p
{
	margin-top: 24px;
}

.ulm-create-trial form
{
	width: auto;
	margin: 0 auto;
}

.ulm-create-trial form .ulm-action-button
{
	width: auto;
	margin: 20px auto;
	padding: 0 32px;
}

.ulm-paypal-button
{
	border: none;
}

.ulm-paypal-button input[type=submit]
{
	display: inline-block;

	border: none;
	margin: 12px 0 36px 0;
	width: 184px; 
	height: 32px; 

	background: url('images/paypal.png') no-repeat top left;
	background-size: 100%;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.5), 0px 0px 2px 1px rgba(255,255,255,0.05);
}

.ulm .ulm-total-row
{
	border-bottom: none;
	border: none;
}

.ulm-total
{
	font-weight: bold;
}

.ulm-total-amount
{
	font-weight: bold;
}

.ulm-local-currency-amount
{
	display: inline-block;
	font-weight: normal;
	font-size: 14px;
	color: #AAAAAA;
}

.ulm-local-currency-row td
{
	padding: 0;
	margin: 0;
	line-height: 125%;
}

.ulm-discount
{
	opacity: 0.5;
}

.ulm-discount-amount
{
	opacity: 0.5;
}

.ulm-overlay
{
	-display: inline-block;

	padding: 0 32px 32px 32px;

	width: 100%;
	height: auto;
	max-height: 100%;
	
	background-color: rgba(0,0,0,0.75);
	box-shadow: 0px 4px 8px -4px rgba(0,0,0,0.25);

	text-align: center;
	
	overflow: hidden;	
}

.ulm-overlay .ulm-section
{
	padding: 80px 0 16px 0;
	margin: 0 auto;
}

.ulm-overlay h1
{
	margin-top: 0;
}

.ulm-overlay .ulm-content-box
{
	margin: 32px auto 0 auto;
	
	border: 1px solid #777777;
	padding: 2px;
	border-radius: 0;

	background-color: transparent;
	max-width: 512px;
}

.ulm-platform-osx
{
	display: block;
	width: 40px;
	height: 48px;

	background: url('images/osx.png') no-repeat 0px 0px;
	background-size: contain;
	opacity: 0.825;
}

.ulm-platform-win
{
	display: block;
	width: 40px;
	height: 48px;

	background: url('images/windows.png') no-repeat 0px 3px;
	background-size: contain;
	opacity: 0.825;
}

.ulm-platform-sndpak
{
	display: block;
	width: 56px;
	height: 72px;

	background: url('images/soundpack.png') no-repeat;
	background-size: contain;
	background-position: center;
}

.ulm-platform-library
{
	display: block;
	width: 56px;
	height: 56px;

	background: url('images/library.png') no-repeat 0px 0px;
	background-size: contain;
}

.ulm-overlay input
{
	margin: 0;
	border: 0;
}

.ulm-overlay h1
{	
	font-weight: 700;
	margin-bottom: 56px;
}

.ulm-overlay .ulm-content-box input
{
	border: none;
	width: 32px;
	height: 40px;
}

.ulm-overlay .ulm-content-box input.win
{
	-background-position-y: 2px;
}

.ulm-overlay .ulm-content-box td
{	
	padding: 8px;
}

.ulm-overlay .ulm-content-box tr
{
	border-bottom: 1px solid #4D4D4D;
}

.ulm-overlay .ulm-content-box tr:last-child
{
	border-bottom: none;
}

.ulm-overlay .ulm-content-box td:first-child
{
	padding-left: 16px;
}

.ulm-overlay .ulm-content-box td:last-child
{
	padding-right: 16px;
}

.ulm-overlay .ulm-options-area
{
	margin: 48px 0 16px 0;
}

.ulm-overlay .ulm-action-button
{
	margin: 8px 0;
	padding: 8px 16px;

	line-height: 100%;
	width: 100%;

	border: none;
	color: grey;

	text-decoration: underline;
}


.ulm-build-version-col
{
	width: auto;
}

.ulm-build-type-col
{
	text-align: left;
	width: 100%;
}

.ulm-platform-col
{
	padding-top: 12px;
	padding-bottom: 12px;
	padding-left: 12px;
}




.ulm-userarea .ulm-content-box
{
	-text-align: left;
}


.ulm-demo
{
	color: rgb(128,128,128);
	font-size: 16px;
	text-transform: uppercase;
}

.ulm-demo .ulm-content-box
{
	padding: 48px;
}

.ulm-demo .ulm-content-box > div
{
	position: relative; 
	display: flex; 
	flex-direction: row;
	justify-content: center; 
	flex-wrap: wrap;

	margin-top: 48px;
}

.ulm-demo .ulm-platform
{
	padding: 16px 20px;
	margin: 0 4px;
	transition: 0.25s;
}

.ulm-demo .ulm-platform:hover
{
	transition: 0.25s;
	background-color: rgba(255, 255, 255, 0.025);
	border-radius: 8px;
}

.ulm-demo .ulm-platform-win
{
	width: 60px;
	height: 70px;
	margin-bottom: 12px;
}

.ulm-demo .ulm-platform-osx
{
	width: 60px;
	height: 70px;
	margin-bottom: 12px;
}

.ulm-demo .ulm-platform-sndpak
{
	width: 100%;
	margin-bottom: 12px;
}

.ulm-demo .ulm-platform p
{
	font-size: 14px;
	margin: 0;
	opacity: 0.85;
}

.ulm-demo td .ulm-platform p
{
	font-size: 0;
	opacity: 0;
}

.ulm-demo td .ulm-platform
{
	padding: 8px;
	margin: 0;
}

.ulm-demo td .ulm-platform-win
{
	width: 40px;
	height: 48px;
	margin: 0;
}

.ulm-demo td .ulm-platform-osx
{
	width: 40px;
	height: 48px;
	margin: 0;
}

.ulm-demo ul 
{
    list-style-type: none;
    text-align: center;
	padding: 0;
}

.ulm-demo li
{
    text-align: center;
}



.Button
{
	margin: 24px auto 0 auto;

	width: 96px;
	height: 40px;

	font-family: Roboto, arial;
	font-size: 10pt;
	font-weight: 700;
	
	text-transform: uppercase;
	color: #AAAAAA;

	cursor: pointer;

	border: 1px solid #606060;
}

.Button:hover
{
	background-color: rgba(255,255,255,0.025);
}

.rArray .Button
{
	margin: 24px 8px 0 8px;
}

.Social .rArray
{
	margin: 16px 0px;
}

.Social .Icon
{
	margin: 0px 4px;
	width: 44px;
	height: 44px;
	opacity: 0.75;
	background-size: 100%;
}

.Social .Icon:hover
{
	cursor: pointer; 
	opacity: 0.85;
}

.Social .Icon.Twitter
{
	background-image: url('images/footer-twitter.png');
}

.Social .Icon.Facebook
{
	background-image: url('images/footer-facebook.png');
}

.Social .Icon.Email
{
	background-image: url('images/footer-email.png');
}




/* Define Areas */

.Top
{
	position: fixed; 
	top: 0px; 
	height: 24px; 
	width: 100%; 
	background: linear-gradient(rgb(48,48,48), rgba(48,48,48,0.0));
	pointer-events: none;
}

.Bottom
{
	position: fixed;
	bottom: 0px; 
	height: 48px; 
	width: 100%; 
	background: linear-gradient(rgba(48,48,48,0.0), rgb(48,48,48));
	pointer-events: none;
}

.FG {}

.Menu {}

.Page 
{
	position: relative;
	text-align: left;
}

.Overlay
{
	padding: 64px 0 48px 0;
	text-align: center;
}




/* Header */

.Header 
{
	position: fixed;

	z-index: 2;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 64px;
	height: 64px;
	max-height: 64px;

	background-color: rgba(0,0,0,0.35);

	pointer-events: none;
}

.StickyHeaderPush
{
	height: 64px;
}

.Header .Logo
{
	position: relative;
	left: -12px;
	top: -1px;
	
	display: inline-block;
	width: 64px;
	height: 64px;

	background: url('images/logo-glow.png') no-repeat 0px 0px;	
	background-size: 64px;	

	cursor: pointer;
	pointer-events: auto;
}

.Header .MenuButton
{
	position: relative;
	top: 15px;
	right: -6px;

	display: inline-block;

	width: 32px;
	height: 32px;

	background: url('images/header-menu.png') 0px 0px no-repeat;
	background-size: 100%;

	cursor: pointer;
	pointer-events: auto;
}

.CookieBanner
{
	position: fixed;

	z-index: 2;
	left: 0px;
	right: 0px;
	bottom: 0px;
	min-height: 128px;

	background-color: #ffffff;	

	background-color: rgb(0,129,255);

	transform: rotate(-0.4deg);
 
	box-shadow: 0px 1px 3px 3px rgba(0,0,0,0.25);
}



/* main */

section
{
	padding: 32px 0;
}

.SubSection
{
	padding: 88px 0;
	border-bottom: 2px solid rgba(64,64,64);
}

.SubSection:last-child
{
	border: none;
}

.SubSection.Compact
{
	padding: 56px 0px;
}

.Inset
{
	width: 100%;
	text-align: center;
	margin: 0;
	padding: 32px 0;
	background-color: rgb(42,42,42);
	box-shadow: inset 0 4px 4px -4px rgba(0,0,0,0.25), inset 0 -4px 4px -4px rgba(0,0,0,0.25);
}

.Inset .rArray .Item
{
	padding: 32px 24px;
}

.Inset h1
{
	margin: 24px 0px 0px 0px;
	border: none;
	padding: 0;
	line-height: 100%;
	font-family: Roboto, sans-serif;
	font-weight: 700;
	text-transform: uppercase;
	color: #E0E0E0;
	font-size: 16px;
}

.Inset p
{
	margin: 16px 0;
	color: #CACACA;
}

.Inset a
{
	color: #CACACA;
}

.Inset b
{
	color: #EAEAEA;
}

.Inset .Text
{
	margin-top: 32px;
	margin-bottom: 32px;
}

.Inset .Icon
{
	margin: 0;
	width: 96px;
	height: 96px;
	cursor: pointer;

	opacity: 0.9;
}

.Inset .Icon:hover
{
	opacity: 0.95;
	
}

.Inset .Icon.Gallery
{
	background: url('images/icon-gallery.png') no-repeat;
	background-size: 100%;
}

.Inset .Icon.Listen
{
	background: url('images/icon-listen.png') no-repeat;
	background-size: 100%;
}

.Inset .Icon.Details
{
	background: url('images/icon-details.png') no-repeat;
	background-size: 100%;
}

.Inset .Icon.Specs
{
	background: url('images/icon-specs.png') no-repeat;
	background-size: 100%;
}

.Inset .Icon.Upgrade
{
	background: url('images/icon-upgrade.png') no-repeat;
	background-size: 100%;
}

.BuyBar
{
	position: relative;

	width: 100%;
	border-bottom: 2px solid rgb(64,64,64);
	padding: 8px 0;
}

.BuyBar.Sticky
{
	position: fixed;
	z-index: 4;

	background-color: rgb(42,42,42);
	border-bottom: 2px rgb(42,42,42);
	box-shadow: 0px 0px 4px 2px rgb(0,0,0,0.25), 0px 24px 24px rgb(48,48,48);

	top: 0px;
	padding: 4px 0;
}

.BuyBar .Demo
{
	display: inline-block;
	position: relative;
	line-height: 64px;
	
	opacity: 0.95;

    transition: all 0.25s linear;
}

.BuyBar .Demo:hover
{
	position: relative;

	opacity: 1.0;
}

.BuyBar .Demo .Image
{
	display: inline-block;
	
	background: url('images/download.png');
	background-size: 54px;

	width: 54px;
	height: 54px;
	margin: 5px 2px 5px -12px;
}

.BuyBar .Demo p
{
	display: inline-block;

	padding: 0;
	margin: 0;
	
	font-family: Roboto;
	font-size: 22px;
	font-weight: 400;
	color: rgb(192,192,192);
	
	text-transform: uppercase;
	text-shadow: none;
	line-height: 64px;
}

.BuyBar .Buy
{
	display: inline-block;

	font-family: Roboto;
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;

	color: white;
	
	text-decoration: none;
	line-height: 64px;

    transition: all 0.25s linear;
}

.BuyBar .Buy:hover
{
	text-shadow: 0px 0px 4px rgba(255,255,255,0.25);
}

.BuyBar .Buy .Strikethru
{
	color: inherit;
 	text-decoration: line-through;
 	opacity: 0.6;
 	margin: 0 6px;
}

.BuyBar .Buy.Blue
{
	color: #4EB9EF;
}

.BuyBar .Buy.Orange
{
	color: #f57f20;
}

.BuyBar .Buy.Lime
{
	color: #e6ff04;
}

.BuyBar .Buy b
{
	font-weight: 700;

 	margin: 0 4px 0 0;
}





/* fg */

.FG
{
	position: fixed;

	z-index: 10;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	width: 100%;	

	overflow: hidden;
}

.FG .Inner
{
	display: flex;
	display: -webkit-box;
	display: -webkit-flex;

	position: relative;
	z-index: 11;
	height: 100%;
	width: 100%;

	flex-direction: column;
	justify-content: center;
	align-items: center;
		
	-webkit-flex-direction: column;
	-webkit-justify-content: center;
	-webkit-align-items: center;

	overflow: hidden;	
}

.FG .Close
{
	position: absolute;

	width: 32px;
	height: 32px;

	top: 0px;
	right: 4px;
	
	cursor: pointer;
}

.FG .Close:after 
{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "\d7";
	font-size: 28px; 
	line-height: 28px;
	color: rgb(128,128,128);
	pointer-events: none;
}




/* Menu */

.Menu 
{
	position: absolute;

	top: 0px;
	right: 0px;
	bottom: 0px;
		
	padding: 64px 0 40px 0;
	
	background: rgba(0,0,0,0.75);

	display: none;
}

.Menu .List
{
	height: 100%;

	border-top: 1px solid rgba(255,255,255,0.1);
}

.Menu .List a
{
	font-family: Roboto;

	white-space: nowrap;

	font-size: 24px;
	font-weight: 600;
	text-align: center;

	line-height: 64px;
	
	color: rgb(228,228,228);
	
	text-shadow: 0px 0px 8px rgba(255,255,255,0.25);

	height: 64px;
	margin: 0 0 1px 0;
	padding: 0px 64px;
	
	text-transform: uppercase;
	text-decoration: none;
	
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

.Menu .List a:last-child
{
}

.Menu .List a:hover
{
	color: white;
	text-shadow: 0px 0px 16px rgba(255,255,255,0.5);

	cursor: pointer;
}

.Menu .Social .rArray
{
	padding: 0px 48px;
	margin: 0;
}

.Menu .Social .Icon
{
	opacity: 0.85;
}

.Menu .Social .Icon:hover
{
	opacity: 0.95;
}




/* content area */

.Mid 
{
	max-width: 704px;
}

.Min 
{
	max-width: 576px;
}




/* icons buttons */

.SaleStrip
{
	position: absolute;
	
	right: -8px;
	bottom: 24px;
	
	padding: 7px 14px;

	font-family: Roboto;
	font-size: 11pt;
	font-weight: 700;

	text-transform: uppercase;
	text-align: center;
	vertical-align: middle;

	color: white;
	
	background-color: #ff0101;
	transform: rotate(-0.5deg);

	text-shadow: 1px 1px 0px rgba(0,0,0,0.25), 0px 0px 1px rgba(255, 255, 255, 0.15);
	background: linear-gradient(#ff3333, #ff0101);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.25);

	z-index: 10;
}

.download-platforms
{
	padding-top: 48px;
}

.Picture
{
	min-width: 256px;
	max-width: 256px;
	
	min-height: 1px;
	height: auto;
}

.Picture.Frame
{
	border: 1px solid rgba(255,255,255,0.3);
	padding: 1px;
	
	box-shadow: -1px -1px 1px rgba(0,0,0,0.2), 2px 2px 3px rgba(0,0,0,0.4), 0px 0px 24px 0px rgba(255,255,255,0.2);
	
	min-width: 260px;
	max-width: 260px;
}

.Picture.Popout
{
	box-shadow: -1px -1px 1px rgba(0,0,0,0.2), 2px 2px 3px rgba(0,0,0,0.4), 0px 0px 24px 0px rgba(255,255,255,0.25);
}

.Picture.Medium
{
	min-width: 320px;
	max-width: 320px;
}

.Picture.Frame.Medium
{
	min-width: 324px;
	max-width: 324px;
}

.Picture.Large
{
	min-width: 384px;
	max-width: 512px;
}

.FrameTitle
{
	margin-top: 16px;	

	font-size: 13px;
	font: 13px arial;
	color: #BBBBBB;
	
	text-decoration: none;
	text-shadow: 1px 1px 0px #343a40;

	text-align: center;
}




/* specs */

.Specs
{
	line-height: 150%;
}

.Specs h2
{
	margin: 0px 0 28px 0;
	line-height: 100%;
}

.Specs ul
{
    margin-bottom: 0;    
}

.Specs .rSplit
{
	margin: 32px auto;
}

.Specs .rLeft
{
	margin-right: 16px;
	padding: 28px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #606060;
}

.Specs .rRight
{	
	margin-left: 16px;
	padding: 28px;
	text-align: center;
	border-radius: 2px;
	border: 1px solid #606060;
}




/* specialise */

.Footer
{
	margin-top: 32px;
	padding: 40px 0 48px 0;

	text-align: center;

	border-top: 2px solid rgb(64,64,64);
}

.Footer h2
{
	margin: 0;
	margin-top: 16px;
	color: rgba(200,200,200);
	font-weight: 300;
	font-size: 14px;
}

.Footer .Social .rArray
{
	opacity: 0.75;
}

table
{
	width: 100%;
}

td
{
	vertical-align: middle;
	white-space: nowrap;
    text-align: right;
}

td:first-child
{
	width: 100%;
    text-align: left;
}





/* <Artwork> */

.Artwork
{
	position: relative;
	z-index: 1;

	text-transform: uppercase;

	background-image: none;
	background-repeat: no-repeat;
	background-size: cover;

	box-shadow: 0px 2px 1px 0px rgba(0,0,0,0.15);
}

.Artwork img
{
	margin: 0;
	padding: 0;
	box-shadow: 2px 2px 4px rgba(0,0,0,0.75), 0px 0px 24px 2px rgba(255,255,255,0.15);
}

.Artwork h2
{
	position: relative;
	top: -2px;
	margin: 0 0 0px 0;

	font-size: 23px;
	font-weight: 700;
	
	color: #EEEEEE;
	
	text-transform: uppercase;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.9);
}

.Artwork h3
{
	position: relative;

	margin: 4px 0px 56px 0px;
	
	font-family: Roboto;
	font-size: 23px;
	font-weight: 300;
	line-height: 125%;

	color: #CFCFCF;
	
	text-transform: uppercase;
	text-shadow: 0px 0px 2px rgba(0,0,0,0.9);
}

.Artwork .Small
{
	padding: 2px 0px;
	margin: 0;
	font: 9pt arial, sans-serif;
	color: #BABABA;
	text-transform: uppercase;
	vertical-align: middle;
}

.Artwork .Left
{
	padding-right: 32px;
}

.Artwork .ulm-content-container	
{
	padding-top: 100px;
	padding-bottom: 100px;
}

.Artwork .Sale
{
	position: absolute;
	
	right: 0px;
	bottom: 0px;
	
	width: 160px;
	height: 160px;

	background-image: url('images/sale.png');
}

.Artwork .BG 
{
	position: absolute;
	background-size: 100%;
	background-position: top;
	background-repeat: no-repeat;
	background-color: black;

	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
}

.Artwork .BG.Freestyle 
{
	background-image: url('/html/content/freestyle/artwork1920.jpg');
}

.Artwork .BG.Granite 
{
	background-image: url('/html/content/granite/artwork1920.jpg');
}

.Artwork .BG.Nuance
{
	background-image: url('/html/content/nuance/artwork1920.jpg');
}

.Artwork .BG.Vice 
{
	background-image: url('/html/content/vice/artwork1920.jpg');
}

.Artwork .BG.Suite 
{
	background-image: url('/html/content/suite/artwork1920.jpg');
}

.Artwork .BG.Aura 
{
	background-image: url('/html/content/granite-aura/artwork1920.jpg');
}

.Artwork .BG.Horror 
{
	background-image: url('/html/content/granite-horror/artwork1920.jpg');
}

.Artwork .RibbonWrapper
{
	width: 224x;
	height: 224px;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.Artwork .RibbonInner 
{
	width: 224px;
	height: 224px;
	overflow: hidden;
	position: absolute;
	top: 0px;
	right: 0px;
}

.Artwork .Ribbon 
{
	font-family: Roboto;
	font-size: 13pt;
	font-weight: 700;

	text-align: center;
	text-shadow: rgba(0,0,0,0.5) 0px 1px 0px;
	text-transform: uppercase;
	transform: rotate(-45deg);

	position: relative;
	padding: 8px 0px;

	left: -120px;
	top: 116px;

	width: 512px;

	background-color: red;
	background: linear-gradient(to top, red, rgba(255,96,96,1));

	color: white;

	background-color: #ff0101;

	text-shadow: 1px 1px 0px rgba(0,0,0,0.25), 0px 0px 1px rgba(255, 255, 255, 0.15);
	background: linear-gradient(#ff3333, #ff0101);
	box-shadow: 2px 2px 3px rgba(0,0,0,0.25);
}

.osx	
{
	display : inline-block;

	width: 50px;
	height: 58px;

	background: url('images/osx.png') no-repeat;
	background-size: contain;
	opacity: 0.825;

	cursor: pointer;
}

.win	
{
	position: relative;

	display: inline-block;

	width: 50px;
	height: 58px;

	background: url('images/windows.png') no-repeat 0px 3px;
	background-size: contain;
	opacity: 0.825;

	cursor: pointer;
}

.sndpak	
{
	position: relative;

	display: inline-block;

	width: 64px;
	height: 96px;

	background: url('images/soundpack.png') no-repeat 0px 0px;
	background-size: contain;

	cursor: pointer;
}




/* SLIDESHOW */

.SlideShow
{
	position: relative;

	display: block;

	min-height: 448px;
	min-height: 432px;
}

.SlideShow .Loading
{
	position: absolute;
}

.SlideShow .Loading td
{
	text-align: center;
	vertical-align: middle;

	font-size: 12pt;
	font-weight: 700;
	color: #434343;
	text-transform: uppercase;
}

.SlideShow .Artwork
{
	display: block;

	position: absolute;
	visibility: hidden;
	opacity: 0.0;

	width: 100%;
	height: 432px;
}




/* IMAGES */

.Screenshot
{
	position: relative;
	
	line-height: 0;
	font-size: 0em;
	background-size: 100%;
}

.Screenshot.Small
{
	max-width: 384px;
}

.Screenshot.Thumb
{
}

.Screenshot.Shadow
{
	box-shadow: -1px -1px 1px rgba(0,0,0,0.25), 2px 2px 3px rgba(0,0,0,0.5), 0px 0px 24px 8px rgba(255,255,255,0.20);
}

.Screenshot.Freestyle
{
	background-image: url("/html/content/freestyle/large.png");
}

.Screenshot.Freestyle.Small
{
	width: 400px;
	height: 250px;
}

.Screenshot.Freestyle.Thumb
{
	-width: 288px;
	-height: 180px;
}

.Screenshot.Granite
{
	width: 768px;
	height: 466px;

	background-image: url("/html/content/granite/large.png");
}

.Screenshot.Granite.Small
{
	width: 384px;
	height: 233px;
}

.Screenshot.Granite.Thumb
{
	width: 192px;
	height: 116px;
}

.Screenshot.Nuance
{
	width: 815px;
	height: 556px;
	max-width: 100%;

	background-image: url("/html/content/nuance/large.png");
}

.Screenshot.Nuance.Small
{
	width: 406px;
	height: 278px;
}

.Screenshot.Nuance.Thumb
{
	width: 203px;
	height: 139px;
}

.Screenshot.Vice
{
	width: 784px;
	height: 446px;

	background-image: url("/html/content/vice/large.png");
}

.Screenshot.Vice.Small
{
	width: 392px;
	height: 223px;
}

.Screenshot.Vice.Thumb
{
	width: 196px;
	height: 112px;
}

.Screenshot.Bundle
{
	width: 320px;
	height: 543px;

	background-image: url("images/bundle-black.png");

	box-shadow: none;
	
	margin: -32px;
}

.Screenshot.Bundle.Small
{
	width: 213px;
	height: 362px;

	margin: -20px;
}

.Screenshot.Bundle.Thumb
{
	width: 106px;
	height: 181px;

	margin: -10px;
}

.Screenshot.Bundle.White
{
	background-image: url("images/bundle-white.png");
}

.Screenshot.SoundPack
{
	position: absolute;

	bottom: -8px;
	right: -8px;

	background-image: url("images/soundpack.png");

	width: 132px;
	height: 188px;
}

.Screenshot.SoundPack.Thumb
{
	width: 66px; 
	height: 94px;
}




/* PRODUCT PAGE PRODUCT */

.Product
{
	position: relative;

	cursor: pointer;
}

.Product .Screenshot.Shadow
{
	box-shadow: -1px -1px 1px rgba(0,0,0,0.15), 2px 2px 3px rgba(0,0,0,0.5), 0px 0px 24px 0px rgba(255,255,255,0.15);
}

.Product .Screenshot.Bundle
{
	box-shadow: none;
}

.Product h2
{
	margin-top: 0px;
	margin-bottom: 32px;
	color: rgba(240,240,240);
}

.Product h3
{
	display: block;
	margin-top: -27px;
	margin-bottom: 40px;
	
	font-family: Roboto;
	font-size: 18px;
	font-weight: 400;
	line-height: 100%;

	color: rgba(200,200,200);
	
	text-transform: uppercase;
	text-shadow: 0px 0px 1px rgba(255,255,255,0.15);
	text-decoration: none;
}




/* <AUDIOPLAYER> */

.AudioPlayer
{
	height: 256px;

	background-color: rgba(0,0,0,0.5);
}

.AudioPlayer .List
{
	height: 100%;
}

.AudioPlayer .List .Item
{
	padding: 0px 8px;
	line-height: 39px;
				
	cursor: pointer;
	
	color: gray;
	text-align: center;
	
	border-top: 1px dotted grey;
}

.AudioPlayer .List .Item:hover
{
	background-color: rgba(255,255,255,0.1);
}

.AudioPlayer .List .Item.Selected
{
	position: relative;
	z-index: 1000;
	background-color: #4fb9ee;
	color: black;
}

.AudioPlayer .List .Item.Selected.Orange
{
	background-color: #f57f20;
}

.AudioPlayer .List .Item.Selected.Lime
{
	background-color: #e6ff04;
}



/* PAGE TYPE */
 
.Info 
{
	position: relative;
}

.SpecialWrapper
{
	text-align: center;
}

.Special
{
	margin: 96px 0px 16px 0px;
	padding: 20px 0;
	
	background-color: rgb(0,129,255);

	box-shadow: 0px 1px 3px 3px rgba(0,0,0,0.25);

	transform: rotate(0.4deg) scale(0.95);
	
	opacity: 0.0;

	text-align: center;
}

.Special
{
	transform: rotate(-0.4deg) scale(1.0);
	
	opacity: 1.0;
	
	transition-property: all;
	transition: 0.5s;
	transition-timing-function: ease-out;
}

.Special.Offer
{
	display: inline-block;
	margin: 80px -32px 0 -32px;
	padding: 4px 0;
	background-color: #ff0101;
}

.Special.Small
{
	padding: 12px 0;
}

.Special h1
{
	text-align: left;

	margin: 4px 0px;

	padding: 0px 0px;

	line-height: 125%;
	font-size: 22px;
	font-weight: 400;
	
	text-transform: uppercase;
	text-shadow: none;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);
	border: none;

	color: #FFFFFF;
}

.Special h1 b
{
	text-shadow: 0px 0px 12px rgba(200,200,200,0.25), 1px 1px 2px rgba(0,0,0,0.4);
}

.Special h2
{
	display: inline-block;
	
	margin: 4px 0px;
	
	margin-top: 8px;

	padding: 4px 12px;

	line-height: 125%;
	font-size: 18px;
	font-weight: 400;
	
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);

	color: #FFFFFF;
	
	background-color: rgba(0,0,0,0.15);
	border-radius: 4px;
}

.Special p
{
	margin: 8px 0px;

	padding: 0px 0px;

	line-height: 135%;
	font-size: 18px;
	font-weight: 400;
	
	text-transform: uppercase;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.4);

	color: #FFFFFF;
}

.Special a
{
	color: inherit;
}

.Special.Small p
{
	line-height: 125%;
	font-size: 14px;
}

.Special button
{
	vertical-align: middle;

	border: 2px solid white;
	border-radius: 2px;

	padding: 8px 16px;
	color: #FFFFFF;
	
	cursor: pointer;	

	white-space: nowrap;

	font-size: 14px;

	font-weight: 700;

    transition: all 0.1s linear;
}

.Special.Small button
{
	border: 1px solid white;
	border-radius: 1px;
	padding: 6px 12px;
	font-size: 12px;
}

.Special button:hover
{
	background-color: rgba(255,255,255,0.1);
	background-color: white;
	color: rgb(0,24,48);
    box-shadow: 0 4px 12px rgba(255,255,255,0.25);
}




/* PAGE SPECIALISATION */

.KnowledgeBase h2
{
    margin-top: 48px;
    margin-bottom: 24px;
}

.KnowledgeBase h3
{
	margin: 48px 0px 16px 0px;
	display: block;

	font-family: Roboto, sans serif;
	font-size: 15px;
	font-weight: 300;

	text-transform: uppercase;
	color: inherit;
}

.KnowledgeBase .ulm-content-box
{
    padding: 16px 32px;
    margin-bottom: 56px;
	text-align: left;
}

.KnowledgeBase .Small
{
    margin: 16px 0px;
    font-size: 14px;
}

.KnowledgeBase li
{
    line-height: 150%;
    -color: white;
    margin: 16px 0px;
}



/* <MOBILE> */

.Animated
{
	position: relative;
	opacity: 0.0;
}

@media (max-width: 1024px)
{	
    .KnowledgeBase ul
    {
        display: inline-block;
    }

    .Special h1
	{
		text-align: center;
	}

	.SubSection
	{
		padding: 64px 0 88px 0;
	}

	.rLeft
	{
		text-align: center;
	}

	.rRight
	{
		text-align: center;
	}

	.rSplit .rLeft
	{
		margin: 16px auto 64px auto;
		padding-right: 0;
	}

	.rSplit .rRight
	{
		margin: 80px auto 0 auto;
		padding-left: 0;
	}

	.rLeftFlex .rLeft
	{
		margin: 16px auto 64px auto;
		padding-right: 0;
	}

	.rLeftFlex .rRight
	{
		margin: 80px auto 0 auto;
		padding-left: 0;
	}

	img 
	{
		min-width: auto; 
	}

	
	.SaleStrip
	{
		position: absolute;
		display: block;
		left: 30%;
		right: 30%;
	}

	.ulm-content-container
	{
		padding-left: 48px;
		padding-right: 48px;
	}
	
	.Artwork .ulm-content-container
	{
		padding: 80px 48px;
	}

	.Artwork .BG 
	{
		background-size: 125%;
	}

	.Page
	{
		text-align: center;
	}

	.Text
	{
		margin: 0 auto;
		padding: 0;
		text-align: center;
	}

	.Specs .rSplit
	{
		max-width: 384px;
	}

	.Specs .rLeft
	{
		margin: 0 0 32px 0;
		
		padding: 20px 20px 28px 20px;
	}

	.Specs .rRight
	{	
		margin: 0;
		padding: 20px 20px 28px 20px;
	}	
}

@media (max-width: 800px)
{	
	.SaleStrip
	{
		left: 25%;
		right: 25%;
	}

	.Artwork .BG 
	{
		background-size: 150%;
	}
}

@media (max-width: 640px)
{	
	.SaleStrip
	{
		left: 15%;
		right: 15%;
	}

	.Artwork .BG 
	{
		background-size: 200%;
	}
}

@media (max-width: 480px)
{

	h1
	{
		margin: 64px 0px 16px 0px;
	}

	.Animated
	{
		position: relative;
		opacity: initial;
	}

	.Artwork .ulm-content-container
	{
		padding-left: 32px;
		padding-right: 32px;
	}

	.Artwork .BG 
	{
		background-size: 250%;
	}
	
	.ulm-content-container
	{
		padding-left: 32px;
		padding-right: 32px;
	}

	.ulm-blur
	{
		filter: none;
		-webkit-filter: none;
		opacity: 0.25;
	}
	
	.Picture.Popout.Large
	{
		min-width: 256px;
	}

	.Picture.Medium
	{
		min-width: 256px;
	}
	
	.Picture.Popout.Medium
	{
		min-width: 256px;
	}

	.ulm-content-box
	{
		padding: 0;
		width: 100%;
		background: none;
		-text-align: center;
		margin: 0;
	}

	.ulm-content-box:last-child
	{
		margin: 0;
	}
	
	.BuyBar .Demo p
	{
		display: none;
	}

	.Specs .rLeft
	{
		margin: 0 0 32px 0;
	}

	.Specs .rRight
	{	
		margin: 0;
	}	
	
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi)
{
}



.Progress
{
	padding: 64px;

	font-size: 16px;
	font-weight: 300;
	
	text-transform: uppercase;

	color: rgb(160,160,160);
}

.Gallery
{
}

.Gallery .Border
{
	background-color: RGB(32,32,32);
	box-shadow: -1px -1px 1px rgba(0,0,0,0.25), 2px 2px 3px rgba(0,0,0,0.5), 0px 0px 12px 2px rgba(255,255,255,0.1);
}

.Gallery .Title
{
	background-color: rgb(32,32,32);
	
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;

	color: rgb(160,160,160);
	
	margin: 0 auto;
}

.Gallery .Prev
{
	background-image: url('images/player-prev.png');
}

.Gallery .Next
{
	background-image: url('images/player-next.png');
}

.Gallery img
{
	max-width: 100%;
}




.DemoRequest form
{
	border: 1px solid grey;
}

.DemoRequest input[type=submit]
{
	width: auto;
}

.ulm .DemoDownload .Options p
{
	color: grey;
}

tr .ulm-action-button
{
	display: inline-block;
	margin: 0;
	padding: 8px 16px;
	font-size: 11pt;
}

label.checkbox
{
	padding:0;
	margin:0;
	display: inline-block;
	width: calc(100% - 24px);
}

.ulm-content-box form div.checkbox
{
	margin-bottom: 16px;
}

.ulm .Options a
{
	display: block;
	text-decoration: none;
	margin: 8px 0;
	color: rgb(144,144,144);

	margin: 16px 0;
	padding: 8px 16px;

	line-height: 100%;
	width: 100%;

	border: 1px solid #606060;
	box-shadow: none;
}

.Debug
{
    border: 1px dotted red;
}

.g-recaptcha 
{
	text-align: center; padding-bottom: 16px;
}

.g-recaptcha div 
{
	display: inline-block;
}


.Home .Header
{
	background: none;
}

.Home .Top
{
	background: none;
}

.Home .Bottom
{
	background: none;
}

.Home .Footer
{
	display: none;
}


.Alt .Header
{
	background-color: rgba(0,0,0,0.125);
}



.AudioPlayer
{
	min-width: 256px;
	height: 256px;

	background-color: rgb(64,64,64); 

	box-shadow: -1px -1px 1px rgba(0,0,0,0.2), 2px 2px 3px rgba(0,0,0,0.4), 0px 0px 24px 0px rgba(255,255,255,0.2);
}

.AudioPlayer h1
{
	display: inline-block;

	margin: 0;
	margin-bottom: 0;
	padding: 16px 0px;
	min-height: 48px;
	border: none;

	line-height: 100%;
	font-size: 16px;
	font-weight: 700;
	
	text-align: center;
	text-transform: uppercase;
	text-shadow: 0px 0px 12px rgba(200,200,200,0.25);

	color: rgb(220,220,220);
}

.AudioPlayer .prev
{
	width: 32px;
	margin-left: 4px;
	background-image: url('prev.png');
	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 50%;
	opacity: 0.75;
}

.AudioPlayer .prev:hover
{
	opacity: 0.95;
}

.AudioPlayer .next
{
	width: 32px;
	margin-right: 4px;
	background-image: url('next.png');
	background-position: center; 
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 50%;
	opacity: 0.75;
}

.AudioPlayer .next:hover
{
	opacity: 0.95;
}

.AudioPlayer .controls
{
	height: 44px;
	background: none;
	align-items: center;
	background-color: rgb(56,56,56);
}

.AudioPlayer .play
{
	width: 48px;
	height: 44px;
	margin-left: 8px;
	margin-right: 84px;

	background-image: url('play.png');
	background-position: left; 
	background-size: contain;
	background-repeat: no-repeat;
	background-size: 50%;
	opacity: 0.75;
}

.AudioPlayer .time
{
	text-align: center;
}

.AudioPlayer .volume
{
	width: 128px;
	margin-right: 12px;
}
